MEHMET FATIH BARUT
MEHMET FATIH BARUT
  • Information
4 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
MEHMET FATIH BARUT
Added topic How to buy stocks with MQL5?
Hi all, can you share a piece of code which is used to buy and sell stocks via MT5
MEHMET FATIH BARUT
Added topic How can I make 70 tick charts
Hi all, You know some traders talking about tick charts 70 and 233 ( as far as I know) They are not included as a native part in MT5, I want to write an EA which creates 70 tick chart. Can you help me how to do it by showing the key points of the
MEHMET FATIH BARUT
Added topic What is wrong with Bollinger's buffer values
Hi all, Please look at the picture below. The red lines are drawn by the value which is provided with iBands function . What is wrong with them? Why they are not matched with Bollingers end points? (The upper band value is normalized just to see if
MEHMET FATIH BARUT
Added topic Can you help me convert London and Newyork Markets' times to Broker's server time
Hi all, I want to trade while London and Newyork Markets are open. I want to use Strategy Tester in these times too. However I only know their open and close time GMT. Can you help me to solve this question "When I look at the Chart I saw times, are
MEHMET FATIH BARUT
Added topic Real Volume! Worth to spend days to make Real Volume Calculator FrameWork
Hi all, I can write (as anyone here) a broker scanner to get tick volume data from all well known brokers and sum it to estimate real volume of a candle. Do you think it is worth to spend time writing it? 
MEHMET FATIH BARUT
Added topic To check absolute strength of Currencies, Which indicator value is the best to compare
Hi all, To not waste of trying I just wanted to ask you To calculate absolute strength of the currencies I can compare average of some indicators Like RSI or Momentum for 28 pairs. Which indicator's average shows the absolute strength of it? I am on
MEHMET FATIH BARUT
Added topic How can I calculate absolute strength of the Pairs?
Hi all, How can I calculate absolute strength of the Pairs? Considering momentum of the pair against all other major pairs
MEHMET FATIH BARUT
Added topic How to stop bad habbits like "Getting Immature Profits ! "
Hi all, As a scalper (of course an amateur one) even when I open my positions on Swing Tops and bottoms aiming to get 500 points I am inclined to close my positions just after 100 points profit (as I always do in scalping) What do you think? How do
MEHMET FATIH BARUT
Added topic Is there an indicator showing different market times (open close) (Newyork Tokyo etc.)
Is there an indicator showing different market times (open close) (Newyork Tokyo etc.)
MEHMET FATIH BARUT
Added topic Is High Leverage x Low Volume == Low Leverage x High Volume
Hi all, Which is better approach (considering risk management etc.) 100x Leverage and 0.01 volume or 10x Leverage and 0.1 volume
MEHMET FATIH BARUT
Added topic My Indicator Only works on live data but not on history
Hi all, The code below is my onCalculate Method, it works in Strategy tester and in live data but if I put indicator on a chart I got a straight line for past candles int OnCalculate ( const int rates_total, const int prev_calculated, const int
MEHMET FATIH BARUT
Added topic Can I get CHART_PRICE_MAX value without opening the chart
Hi all, To evaluate prices with graphical data I need to get CHART_PRICE_MAX  value of different pairs without opening the charts Is it possible
MEHMET FATIH BARUT
Added topic How can I calculate slope of a Moving Avarage (EMA)
hi all, the simple formulation (pseudo code) below gives you a very good idea about slope of an EMA (substraction the last ema value  from the previous one), but because pip value af all currencies are different I need to equate the result for
MEHMET FATIH BARUT
Added topic What is the best ratio of ATR to calculate TP for different time frames?
Hi all, When you open a position in H4, H1 or M5, if you use ATR to calculate TakeProfit what is the best ration for it like 1.5 x ATR (PERIOD_CURRENT) or 3 or what? And does it change for each TimeFrame? thanks
MEHMET FATIH BARUT
Added topic Is there a good entry point for a scanner to detect
Hi all, I have written a scanner to detect good entry points. Scanner works but entry points not. Do you know a good entry point to join a trend that I can use with my scanner
MEHMET FATIH BARUT
Added topic Is there Second Candle (S1) in MQL5 as it is said
Hi all, Is there a second candle in MQL5 or can I get and store the last 5 seconds price (independently from each other)
MEHMET FATIH BARUT
Added topic What does tell us "whether an opposite movement is a retracement or reversal" ?
Guys There should be something, a little bit clue that tells "whether an opposite movement is a retracement or reversal" What is it? What makes  a movement reversal or retracement, forexample in here below. ATR increases and so on but what is
MEHMET FATIH BARUT
Added topic Please compare 2 Strategy: Risk 2 to get 1 vs  Risk 1 to get 2 which is better?
Hi all, some professional says if you put your stoploss 100 points you should aim at least 200-500 points (therefore you should choose your entry point very carefully) But another approach is using little bit broad stoploss to give price
MEHMET FATIH BARUT
Added topic What happened to Market at this Weekend? 5000-10000 point jumping! (07-08.03.2020)
Hi all, It seems 5000-10000 points movement happened at this weekend. What the sell happened at this weekend do you know it
MEHMET FATIH BARUT
Added topic How can I apply template to a newly opened Chart
Hi all, I use the code below to apply template to newly opened chart but it is not working as intended. It doesn't work or it works after a minute or something. And also if I open another chart and close it then it applies template to the chart I
123