sunshineh
sunshineh
sunshineh
Added topic QBJ_HLINE second point in the future?!
Hi, I want to draw an horizontal line which is only valid for the actual day. What do I have to write for ?????? ObjectCreate(name,OBJ_HLINE,0,Time[0],high,?????,high);
sunshineh
Added topic Strange - Time[0] hasn't the actual Time
Hi, I have writen an Expert Advisor with the following code lines: Print ( "Minute: " , TimeToStr (Time[ 0 ]), " LastMinuteTime: " , TimeToStr (lastMinuteTime));
sunshineh
Added topic Automatically change the contract
I want to program an ea, which automatically changes the contract of the underlying for example Ger30Sep11, Ger30Dec11, Ger30Feb11,.... Is there an possibility to get the actual contract automatically from the MarketWatch. Or how can I program that
sunshineh
Added topic Programming an graphical ea
Hello, I want to program my first EA for Metatrader 5. Therefore I have a few questions: 1.Which kind of images can I put on my chart? Transparent gif's, png's? 2.I want to draw lines with transparent background and symbols and connect them with
sunshineh
Registered at MQL5.community
sunshineh
Added topic Saving Quotes
Hi, I want to save the actual tick data into a csv-file. Every week or month I want to save one csv-file. So in my init-function I will open a new file and every tick I do a
sunshineh
Added topic Problems with the MTF_Stochastic_v2.0 from the codebase
Hi, I found the MTF_Stochastic_v2 (https://www.mql5.com/en/code/8033), which works really great! Thanks for that! Now I want to use it in my EA, but in this way I am allways getting a wrong value Stoch_TF3_Indi1_0 =
sunshineh
Added topic Stochastic-Indicator H1 calculated in M1
Hi, first of all I have a generally questions about MTF-indicators: When I put a MFT-Stochastic on my M1 Chart with the calculated timeframe of H1=60, then I see a constant stochastic - Value each hour from x:45...(x+1):45 (e.g. from 1:45-2:45 a.m.)
sunshineh
Added topic Chart Representation Fault
I would be very happy if someone could help me with the following question! I downloaded the MetaTrader4 Software from "http://www.metaquotes.net/en". I downloaded also their quotes for EUR/USD in the history center. Then i I drew a some
sunshineh
Added topic Draw Horizontal Line expiration only one day
Hi, how can I draw an horizonal line, which I can see only on the actual day? That is my old code: ObjectCreate(name, OBJ_HLINE ,0,Time[0],high,Time[0],high); ObjectSet (name,OBJPROP_COLOR,MediumSeaGreen); But what should I change now
sunshineh
Added topic TrailingStop checking with my EA
Hi, I want to programm my own trailing stop. I mean, I don't want to send the trailing stop to my broker but I want to check it with my EA and close it with my EA. Can I do it in that way? if (OrderType()==OP_BUY &&
sunshineh
Added topic Where are my Chart-Settings and Objects
Hi, I copied my hole MetaTrader Folder from my Computer to my Notebook and opend my the terminal.exe, my drawings on the charts where lost. I can see only the 4 default charts. Where does the MetaTrader saves the changes, I have done?? Another
sunshineh
Added topic Open Order Window
Hi, is there a possibility to let an EA open the orderwindow of my terminal
sunshineh
Added topic Add gif or png into my indicator or EA
Hi, is there a possibility to put an gif or png into an indicator or EA? With which function ? Thank you, sunshineh
sunshineh
Added topic Forbid recalculation of the data for the strategy tester
Hi, how can I do a strategy test with my tickdata from a fxt-File? When I normally start a strategy test, the data's are always recalculate with the fractal interpolation. Thank you for every tip
sunshineh
Added topic Interbanken BuyStop and SellStop with TP and SL
Hello, I know that I am not allowed to send the TP and SL with my OP_BUY or OP_SELL order. But what is, when I want to give an OP_BUYSTOP or an OP_SELLSTOP to an intermarket-broker? Can I send my SL and TP after sending the limit or does the Order
sunshineh
Added topic Backtest of my EA the indicator "loaded successfully" & "removed" continuously
Hi, I have programmed an EA with an custom indicator . It works, but when I am backtesting, I get every tick the messages "loaded successfully" and "removed". When I put the indicator on my chart, I don't get any error message on
sunshineh
Added topic Question to the iBarShift-Function
Hello, I want to get the Number of bars from the actual time to 6 o'clock from the actual day. I thought I can use the iBarShift-Function, but what do I have to write for the "time-Parameter"?? iBarShift(NULL,0,6) Lot's of thanks, sunshineh
sunshineh
Added topic Text Label to an Indicator Buffer
Hello, how can I set an Text Label in front of an Indicator Buffer . I only know how I can make a fixed position in pixels but I want to fit it on the value of my indicator buffer. ObjectCreate("Kgu_Label",OBJ_LABEL,windowIndex,0,0);
sunshineh
Added topic Reasons and help of a very slow backtest
Hallo, I have programmed an EA with an iCustom-Function with 10 different Parameters. This iCustom-Indicator is calling an MTF-Indicator, which is calling an Indicator from my standard-metatrader-account. The backtest of my EA is very, very slow! Can