I downloaded the "AutoTrade_MA.efs" study (attached file). And I like to add a line that it will trade only one time per bar ( 1 minute). I tried to add the following 2 lines, but it didnĀ“t worked. Any ideas?
... && (lastTradeTime != getValue("rawtime",0))) { ...
... lastTradeTime = getValue("rawtime",0); ...
regards
sams
... && (lastTradeTime != getValue("rawtime",0))) { ...
... lastTradeTime = getValue("rawtime",0); ...
regards
sams
Comment