[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 334

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
What is the difference between POINT and TICKSIZE ? When you query through MarketInfo() they are the same, but why should they be different if they have different names?
What is the difference between POINT and TICKSIZE ? When queried through MarketInfo() they are the same, but should they be different if they have different names?
Sometimes they are different for individual instruments
Sometimes there is a difference for individual instruments
HELP TO ATTACH THE FILE TO THE TEXT
I am pasting the entire EA just in case. This is an ordinary martingale, which I wrote myself for educational purposes.
Can't read one of the PerkyAsctrend1 indicator buffers.
Please help me to figure it out. I have done it many times with other indicators, always without problems. I cannot do it here.
I read two buffers: one of them:
double PerkyBuf2=iCustom (NULL,0," PerkyAsctrend1 ",5,250,0,1); - reads correctly, the signal is caught, next line tries to catch:
double PerkyBuf1=iCustom (NULL,0," PerkyAsctrend1 ",5,250,1,1); but all signals in this buffer are flying past my EA. I even tried to create an empty Expert Advisor with two Comment() points with results. I cannot get a signal for sell.
Can you help me understand it.
I would like to attach indicator
Can't read one of the PerkyAsctrend1 indicator buffers.
Please help me to understand it. I have done it many times with other indicators, always without problems. But it is not working here.
I read two buffers: one of them:
double PerkyBuf2=iCustom (NULL,0," PerkyAsctrend1 ",5,250,0,1); - reads correctly, the signal is caught, next line tries to catch:
double PerkyBuf1=iCustom (NULL,0," PerkyAsctrend1 ",5,250,1,1); and all signals of this buffer fly past my EA. I even tried to create an empty Expert Advisor with two Comment() points with results. I cannot get a signal for sell.
Can you help me understand it.
I would like to attach indicator
Signal for Buy in buffer 0, signal for Sell in buffer 1
Script to test: