Dear All other helping guys from NT8,
I tried to make it short but i couldn't...
If strategy is done (Replacement Strategy for 1K FDax Future but with Uni-Renko Bars 2, 2, 4, means timeless and
a traling stopploss behind without a PT for Long and Short) i come to the point to say Enter, but:
How to say it correctly to minimize Slippage by entering but i want defenitively 100% picked up from the market?
Exit is planned normally with Market Order.
You could say in this case you have to take the normal Enter Long / Short condition with Market Order behind.
In the moment i want to take:
EnterLong(Convert.ToInt32(DefaultQuantity), @"GetLong" + CurrentBar); and the same in opposit for short.
If price changes rapidly, there may be price gaps even on high-liquidity markets.
Therefore it could make sense to take a Limit Order like:
EnterLongLimit(GetCurrentBid(), "xxx"); and the same in opposite for short EnterShortLimit(GetCurrentAsk(), "xxx");
But would i picked up in every case?
Can we define a Limit Range as a minimum of slippage in points or % for deviation and
if so, would i picked up in every case or make it sense to think in this direction?
The question is: What would be the best and how to pronounce it correctly in NT8 language?
Can you show or provide me any hint or example how to come to an good end for both means Trader and Broker?
A bool variable to rest the bool back to false after order is filled for next entry is in use.
And please remember, I'm ust a really beginner in C#.
In every case i say Thank you in advance for your help and support!
Kind Regards
Gunter

Comment