I AM GETTING FUSTRATED, PLEASE HELP I BEG.
-
Please go to youtube and look up boxxocode, he has many videos you can follow and learn how to code many things.
It will help you a lot and it is all free, video only, you can pause and copy everything he does.
-
@mikele said in I AM GETTING FUSTRATED, PLEASE HELP I BEG.:
thank you..please close when "' macd(12,100,1000) main line change in direction" when this condition is met it will close all manually open trades thanks for the swift response..
take a "condition" block, put macd candle ID2 > macd candle ID 1 inside it (or < , depend on you) and then a "close position" block below it.
-
@mikele You logic is correct, although very strict. Is this the whole project or just part of it?