You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Okay , here is a generic version .
This reads the zigzag and keeps the values in a list .
All you have to do is read the list you have when a change is detected live .
so if you want to read the six latest stored zig zag levels
you will :
Okay , here is a generic version .
This reads the zigzag and keeps the values in a list .
All you have to do is read the list you have when a change is detected live .
so if you want to read the six latest stored zig zag levels
you will :
i need a simple trick
all this code is hard for me to understand
i need a simple trick
all this code is hard for me to understand
All this code is the door to the simple trick . 😊
Also what are you catching here ? arr[2]<arr[3] means 2 is a low , why ignore 4+5 ?
Hey everyone, I'm posting here cause it's a similar topic...
I would like to know how to save the value of the rsi as soon as a buy stop or a sell stop is triggered.
My idea is to store the value or save it or consider the value of the rsi so that as soon as the rsi has a change of 4 point in opposite direction as the trade, so if it's a buy and the value is 60 when the trade is opened and the value reaches 56, the trade has to be closed.
I would appreciate some help.
thanks in advance!