Tiju Stephen / Publications
Forum
I am looking for any enhancements to this function
/// GET ENTRY PRICE FUNCTION double GetCorrectEntryPrice( string sym, int direction) { RefreshRates(); double ask = symAsk(sym); double bid = symBid(sym); double pip = PipSize(sym); // ----------------------------------------------------- // HIGHER TIMEFRAME for structure +