yoshi1988 / Publications
Forum
need help: how to get PRICE_HIGH
Hello I am trying to get Price_High everytick. I want to output Price High to Control Log. My OnTick() function outputs string, "Hello" everytick. How do i output Price High everytick? Actually my final purpose is to get histgram of price difference, PRICE_OPEN - PRICE_CLOSE, monday to friday
Simple question (maybe for dummy)
Hello, I have a very simple question. I have posted entire code at very end. /---- Copy latest MA indicator values into a buffer int copied= CopyBuffer (handle1, 0 , 0 , 4 ,SmoothedBuffer1); if (copied> 0 ) copied= CopyBuffer (handle2, 0 , 0 , 4 ,SmoothedBuffer2); if (copied> 0 ) I
Is something wrong with my writing of SMA?
Hi! I have started learning Metatrader 5 and still progressing. I have written my first indicator of plotting two SMA lines. 1.Red Line Period: 13 2.Yellow Line Period: 25 What I have received is indicated in posted photo, successful red line and unexpected Slanted yellow line. I am supposed to be