Need Help with an EA
-
Good day to you fellows, i buyed the software yesterday and i'm struggling to make an EA, i made one using 3 MA and RSI, but i did'nt make it profitable, so i searched some strategies and i want to make an EA that runs in M15, Using Stochastic and PSAR, It Sells over the "70" mark of stochastic plus the painting of PSAR and buys under "30 mark" having confirmation of PSAR. i'm really having problems and i didn't found any tutorial, thanks by now, i wait answers

-
hi, from my view, 1 day training and than going to make more complex EA is not enough, but how help you ... firstly try goes through all available stuffs here, that is help:
https://fxdreema.com/help
examples: https://fxdreema.com/examples
try to figure out how are stuff working, which values are compared, try to look for some tutorials:
https://fxdreema.com/forum/category/4/Tutorials
... try to find in forum if somebody else is not asking for psar indicator and how to work ...
try make easy things as first and try every thing on chart with visual tester (also use block trace to trace values) ... when you are complet with easy stuff try to add something and look what it is doing or if it is working
... look also for my answers, sometime I share working examples ...
and also share what you are trying to do, when you share, somebody here tell you what you are doing wrong
-
Hi!, thanks for your answer, well, i didn't understood how the "condition" of the PSAR works, i really didn't, so i have no project, i just know what i want to do, but i don't know how. the ideia is pretty simple :
if Stochastic > 70 && PSAR (this part idk how to make work)
SELLif Stochastic < 30 && PSAR (this part too)
BUYthe program is simple, i know how to filter time and the part of " no trade, if trade, all of this "
this software is really amazing, but idk how to use what i need.but, again, thanks, i already searched for PSAR stuff, but i want to learn how it works, just one sketch of someone don't help me so much.
Regards from Valley.
-
psar is value --- dot on the chart is value and it can be above or bellow current price
compare this psar value with current price, like this:
current price > PSAR (buy condition? because PSAR is bellow price)
current price < PSAR (sell condition? because PSAR is above price)with stochastic it can be like this:
https://fxdreema.com/shared/0XVVRqU8ddont forget trying and learning stuffs with that way - try and learn
-
if you need opposite conditions, just reverse blocks between buy and sells or change parameters

-
Thank you! i ended my idea with psar, and i'm working with candles now, it's better, but i will use you box of Stochastic. Thanks for it!