Route206
Route206
Friends

Add friends via their profile or user search and you will be able to see if they are online

Route206
Added topic Change Working Variable of EA
consider a certain value being used by an EA (e.g. a profit target) int h= 3 ; void OnTick ()   { Comment ( "Value H = " ,h);}  Now let's say: if i want to change the value of 'h' during EA running, i would ideally simply want to do a
Route206
Added topic Open file while writing - possible Y/N?
Hi,  if i open a file for writing in the OnInit, use a timer to write, then close the file OnDeInit, is there anyway i can view file (read-only) during EA run? i keep getting:  "<file>.csv cannot be accessed. The file may bcorrupted
Route206
Added topic JPY issues
any idea why:          prices[i][ 2 ]= OrderSend (instrument[i],OP_SELL,portie,Bid, 3 , 0 , 0 );          if (prices[i][ 2 ]!=- 1 )
Route206
Added topic Array on chart
Hello is there an easy way to get an Array[27][4] on a chart for real-time monitoring? I was well under way with Comment() but ran into a maximum. The idea is to show these variables and also to have some headers. Ideally negative values in red etc
Route206
Added topic Abort EA during OnInit()
Apologies for what could potentially be a stupid question, but i just don't seem to be able to figure it out: Can someone help me in terminating an EA when during OnInit() it find certain parameters , values etc unacceptable? something like the
Route206
Added topic EA DeInits upon change of TimeFrame on chart
I have a simple EA that takes and closes positions based on a grid. When running, i cannot change the timeframe of the Chart it runs on (e.g. from 5m, to 15m) withouth the EA DiInit-ing and re-Init-ing. Since my EA is completely independant of the
Route206
Registered at MQL5.community
12