Jump to content

Indo Run discussion


Recommended Posts

  • Replies 144
  • Created
  • Last Reply

Top Posters In This Topic

No need for anyone to do anything... you can do it yourself.

 

Indo Run is still one of the the most misunderstood EAs here (that includes me... ;)))

 

Under the parameter "ProfitAllOrder" is a parameter called "FixedProfitAO". Change "FixedProfitAO" to false and it will take a pip value.

 

The only part of the TP system that has to remain in dollars is the dynamic profit value.

 

2012... 8-)

 

Hi Tomislav !

 

Can you share full setting file of indo run 1.5 ?

 

Thank very much

Link to comment
Share on other sites

  • 1 month later...

Hi Everyone , Pls Help me , I've problem any changes the next day comes the error:

 

04:00:04 Indo Run 1.5: cannot delete file C:\Program Files\Trading Point MT402\experts\files\ForexTSD_2012-03-26.csv

04:00:13 Indo Run 1.5 GBPUSD,M15: Reading URL: http://calendar.forex-tsd.com/calend...20327&calendar[]=4

04:00:13 Indo Run 1.5 GBPUSD,M15: Closing URL web connection

 

What's problem ?

 

thanks.

Link to comment
Share on other sites

04:00:04 Indo Run 1.5: cannot delete file C:\Program Files\Trading Point MT402\experts\files\ForexTSD_2012-03-26.csv

Yeah, it's been doing that forever. It tries to clean up old news calendars, but fails for some reason. I haven't figured it out, and it's not terribly high on my list of priorities. Anyway, it doesn't hurt anything, and, if you want, you can manually delete the files yourself. They're in the /experts/files folder

Link to comment
Share on other sites

Hi Everyone , Pls Help me , I've problem any changes the next day comes the error:

 

04:00:04 Indo Run 1.5: cannot delete file C:\Program Files\Trading Point MT402\experts\files\ForexTSD_2012-03-26.csv

04:00:13 Indo Run 1.5 GBPUSD,M15: Reading URL: http://calendar.forex-tsd.com/calend...20327&calendar[]=4

04:00:13 Indo Run 1.5 GBPUSD,M15: Closing URL web connection

 

What's problem ?

 

thanks.

 

 

Anyone , Pls FIX The PROBLEM.

 

Thanks.

Link to comment
Share on other sites

Anyone , Pls FIX The PROBLEM.

 

Thanks.

 

OK, here's the fix. At the end of the Read_ForexTSD_Calandar routine, just before the return(0); add this statement:

 

FileClose(handle);

 

The end of Read_ForexTSD_Calandar should now look like this:

 

NewsTotal = i;

FileClose(handle);

return(0);

 

Your welcome.

Link to comment
Share on other sites

OK, here's the fix. At the end of the Read_ForexTSD_Calandar routine, just before the return(0); add this statement:

 

FileClose(handle);

 

The end of Read_ForexTSD_Calandar should now look like this:

 

NewsTotal = i;

FileClose(handle);

return(0);

 

Your welcome.

 

 

Thanks BobR,

 

but after changing the day, it still appears:

Indo Run 1.5 GBPUSD, M15: Reading URL: http://calendar.forex-tsd.com/calend...20327&calendar [] = 4

Indo Run 1.5 GBPUSD, M15: Closing connection web URL.

 

Is It PROBLEM ?

Link to comment
Share on other sites

  • 5 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...