HOW TO CREATE PIVOT POINT BASED EA
-
Hi all, i tried to create a simple pivot point EA, where a buy will open as prices touches R1 with S1 as stop loss and R3 AS TAKE PROFIT. But the EA wast taking any trades, any idea what the problem might be? FYI I am using free account version
thank you
-
@timberwolves Put a shared link here so things can be assessed.
-
@timberwolves You will need to store those values into variables before launching eachtrade and then use them as opening and TP levels.
-
@jstap said in HOW TO CREATE PIVOT POINT BASED EA:
@timberwolves Put a shared link here so things can be assessed.
https://fxdreema.com/shared/uwR8NSENd thats the project
-
@timberwolves Does this part work? Because it should.
-
@timberwolves Does this work as @l-andorrà said it should, maybe put the once per bar beneath the condition to stop it working until needed but should work.
-
@l-andorrà hi, thanks for your input, but sadly im new with fxdreema, dont know how to work with variables as you suggested
-
@jstap though i havent created the variable as he mentioned, trying to find my way on how its done, but i did move the once per bar as you suggested
-
@timberwolves Here you have the basic idea. You can complete it from this example:
-
@l-andorrà Thank you very much, that was a very detailed helpful example...keep up with the good work
-
@timberwolves You're welcome.