my ea not working
-
my ea is not working https://fxdreema.com/shared/iZHtoMMOd
-
@frank-2 said in my ea not working:
my ea is not working https://fxdreema.com/shared/iZHtoMMOd
oh dang.
-
@tipsywisdom can you help?
-
@frank-2 whats wrong with it
-
your logic isn't anything close to what would produce a trade. You should go back to the tutorial, and examples...
-
@frank-2
you cant check if there is no trade
and the next check is once per trade if there is no tradethere needs to be a trade first to limit the action to once per trade afterwards
-
@bk7 how can i work it out please help
-
@tipsywisdom said in my ea not working:
your logic isn't anything close to what would produce a trade. You should go back to the tutorial, and examples...
There are perfect examples here of very basic logic that you are missing. I understand everyone wants helps, but everyone NEEDS to help themselves first. You tried, we're telling you its very wrong. Read up from the tutorials and please try again. If he fixes that problem for you, thats just the beginning...we'll be responding for weeks trying to help you build your idea because you dont understand the base logic. Help us to help you by first helping yourself.
-
@frank-2 answer these
what is your logic to enter a trade
when do you exit -
@frank-2 None of those blocks on the 'on trade' tab will work there. You need to move them all to the 'on tick' tab. Otherwise those 'for each trade' loops will never be executed.