timmytrade / Profile
timmytrade
Added topic Arrows not painted in real time
This code wont paint arrow in real time. I know there is one loop needed for checking current running candle but firstly I don't understand what this "void clearmarks" function does? And can I write a new loop into "void CheckNPB" ? double CalRange(
timmytrade
Added topic How to get price of sweetspot level?
Hello, I have one modified version of sweetspot indicator( draws lines after 10 pips). Every line value is actually the price, yes? I'm too dumb of coding and don't understand which variable in this code is the level or let say price? I would
timmytrade
Added topic EMA over RSI EA code help
The code below is RSI indicator with SMA on it. I need a sentence something like this: if (SMA is above RSI) { do whatever } #property indicator_separate_window #property indicator_buffers 2 #property indicator_color1 Red #property
: