sunshineh
sunshineh
sunshineh
Added topic Problems with drawing lines
Sometimes I have problems with drawing lines . In some Timeframes the lines are shiftes and I can't understand why. Can anybody see something wrong.? OpenTime0= TimeCurrent () - ( TimeCurrent ()%( PERIOD_D1 * 60 )) +StartHour* 60 * 60 +( 60
sunshineh
Added topic Thinking about future trading
Hi, with growing experience and growing success I think it would be better for me to trade futures. I have a very good EA in MT4 and know I think how can I go on with it. Now there are a few options to trader futures for my: -learning Ninja script
sunshineh
Added topic Calculation with 5digits
Hi, I am at a 5digits broker. When I Print(High[1]-Low[1]) the result has everytime only 4 digits! Why? I also tried this way Print((High[1]*100-Low[1]*100)/100); An even if I Print(Bid) the value has 4 digits
sunshineh
Added topic Distance to the High- and Low-Value
Hi, how can I put an arrow a small distance over the High- or below the Low-Value of an bar? It should work on different underlyings. f.e.: downarrow[i] = iLow(Symbol(),0,i) - ?????;
sunshineh
Added topic Function iTime or iBarShift returns the wrong value first
Hi, when I open my metatrader account and use the following functions on my ea: iTime(Symbol(), PERIOD_D1,0) or iBarShift(Symbol(), PERIOD_M1, TimeTemp,true) I get sometimes on the first call a different result as in the second call (on tick after)
sunshineh
Added topic Recalculation of an indicator
Hi, I want to programm an indicator which works with the function IndicatorCounted(), so that not every tick all values would be recalculated. But in some special times it is necessary to recalucate all values. How can I reset the IndicatorCounted()
sunshineh
Added topic Changing and selling indicators from metaquotes or the codebase
Hi, if I change the graphic and add some conditions from "free" indicators like MACD or others with opened code in the codebase can I sell this indicators?? Or is there any licence on it?? Lot's of thanks
sunshineh
Added topic Coloring an indicator
Hallo, I want to color my indicator-line exactly at a definite level. When my indicator crosses the level between two bars, I can only find this three posibilities: Is there any other way to color the line between two bars?? Thank you
sunshineh
Added topic Stoplevel & Freezelevel always zero
Hi, I tried this code with different underlyings              Print ( "Freezelevel is " , MarketInfo ( Symbol (),MODE_FREEZELEVEL));
sunshineh
Added topic Showing another indicator out of my indicator
Hi, I want to call another "indicator B" out of my "indicator A" Both are custom indicators . I don't want to get definite values, only that it shows this indicator. So I want to use no buffers from "indicator A"
sunshineh
Added topic Calculating MA for DAX
Hi, I tried calculate my MAs and my there indicators only with the prices from 9:00-17:30. Does anybody has an tip or an code example
sunshineh
Added topic Showing gaps
Hi, I tried the following code to show my gaps: for (counter = GapsDistance; counter > 1 ; counter--) {    if (( iClose ( NULL , PERIOD_D1 ,counter)- iOpen ( NULL , PERIOD_D1 ,counter- 1 )) > GapsMin*pips2dbl && ( iClose (
sunshineh
Added topic MTF MACD and normalizing
Hi, I am programming an indicator table which shows my the gradient of the macd. Here I have a few problems: for(x=0;x<9;x++) { double MACD_gradient = ( iMACD ( Symbol (),period[x],FastMACD,SlowMACD,SignalMACD, PRICE_CLOSE ,MODE_MAIN,Bar_last+ 1
sunshineh
Added topic Bid-Price on a specific time
Hi, how can I get the price of an underlying from yesterday at 14:00
sunshineh
Added topic Data's for the optimal backtest
Hi, I have the possibility to get backtest data. What data's do I need for the best "true" result? Tickdata or Minute-Data or ALL Timeframes?? Bid AND Ask and of course Open, High, Low, Close Or is there a better system to do backtests f.e
sunshineh
Added topic Writing the text in the middle beside the line
Hi, if I write the text as Object below the line, I can use the same coordinates for text and line and it works in every TF. But how can I write the difference, when I want to write the text in the middle beside the line? How can I program my offset
sunshineh
Added topic Changing the shown time on the chart
Hi, how can I change the time on my chart? My lokal time is 10:27 and the shown time is 8:27. Thank you
sunshineh
Added topic Trendlines and calculating the actual price
Hi, when I draw a line into my chart, I want to calculate the actual price of my line, the price is only correct, when the left and/or the right point is in the near of the actual price, int x1 = ObjectGet (ObjectArray[i], OBJPROP_TIME1);  
sunshineh
Added topic Differences with the same trendline in different timeframes
Hi, I have drawn a trendline in my chart. Now when I click to other timeframes, I see that line at the same time on a different level (in max about 300 pips). In one the big timeframes (>H4) the line doesn't exist. I checked the properties and it
sunshineh
Added topic Max numbers for objects in one chart?
Hi, I have programmed an indicator with many objects. If I remove it from a chart with no or less other objects, all my objects from this indicator will be removed. If I remove it from a chart with many objects, the objects are on the chart after