bigzz
bigzz
Topics1Comments2Reader0
Articles0CodeBase0Charts0
Friends

Add friends via their profile or user search and you will be able to see if they are online

bigzz
Registered at MQL5.community
bigzz
Added topic CDP indicator
Could somebody help to write the following indicator? Input PreviousHigh(PH),PreviousLow(PL),PreviousClose(PC), Output: CDP=(PH+PL+PC)/3 AnalysisHigh1=CDP+(PH-PL) AnalysisHigh2=2*CDP-PL AnalysisLow1=CDP-(PH-PL) AnalysisLow2=2*CDP-PH Mark