ankityadav / Publications
Forum
Problem With LotSize
Hi,Need some help with my Ea Please find the attached Ea Put lots size equal to .07 as input and put a horizontal line and give name as trend and also give description as trend The problem when ever trade excute with this lotsize then it will change to .08 I don't why this is happening as i already
Indicator Problem
HI please see the above code it is a simple indicator which is not i mean it doesn't showing when i m printing values .Can some body help me ?? #property indicator_chart_window #property indicator_buffers 2 extern int period= 15 ; extern int shift= 8 ; extern int mode= 0 ; extern color color1=Blue;
Previous Range
Can some tell me hw to find previous range bar value
find the average range of last xbars and y timeframe
Can some body tell me hw to find the average range of x bars and y time frame
Not running in m1,m5 and m15 time frame
//+------------------------------------------------------------------+ //| Custom MACD.mq4 | //| Copyright 2005-2014, MetaQuotes Software Corp. | //| https://www.mql4.com |
CAn some body help me to change a color of one line my indicator
#include <stdlib.mqh> //+------------------------------------------------------------------+ //| Doda-Stochastic.mq4 | //| Copyright © 2010, Gopal Krishan Doda | //|
Need some help in the code
Hi i m working on to save data in to any directory in csv format //+------------------------------------------------------------------+ //| File Read Write.mq4 | //| Copyright © 2008, MetaQuotes Software Corp. | //|
How to Read and write data from out side the metatrader folder
Hi everyone,Can you please help me hw to read and write file from external folders can you show me some small code so that i understand ?? Many Thanks
Want to print the horizontal lines at some distance level
if (limit<=Xbars) { if (isCross) { if (fastsma>=slowsma && fastsma> MarketInfo ( Symbol (), MODE_BID )+DistancePips*mPoint ) { DrawHorizontalLine( "fastsma" +i,fastsma,color1, STYLE_DASH ); }