Alligator indicator EA and trade stop
-
Hi, I need assistance to create a simple robot, The robot should buy when the Alligator indicator crossover up wards and sell when the indicator cross over downwards. But most importantly what I'm struggling with is to set a robot on when to stop the trade. I don't want to set a stop loss, But instead I want the robot to stop the trade as soon as the indicator makes the next crossover to start a new trend. Your assistance will be appreciated
-
@khuliso22 There are various ways but a simple way is to, create separate trees each 1 should set a flag true when trades are ok and set flag false when not, maybe separate flag for buys and sells, check the flag above buy's and sells.