Kristina Suh
Kristina Suh
  • Information
6+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Kristina Suh
Added topic Converted an MT4 to MT5 indicator, but some of the accounting definitions don't work
Hi, I need a little help and other eyes. I have converted an MT4 indicator to MT5, which only displays info  eg. account balances , profits % and a few other things. I got most to work but the calculation of the profit and commission is not
Kristina Suh
Added topic Hidden TS only works on 1 chart and not on all open charts.
Hi,  need a little help. I have tried so many options, but just can't seem to get this working properly. I created a hidden trailing stop, which works fine if I only have one chart open , but when I have two charts open, it only seems to produce
Kristina Suh
Added topic Display a Day as a string and not number
I am trying to find the correct code to display the Day and time  Date & Time :"+TimeCurrent()+" Day: "+TimeDayOfWeek(Time[0]) It currently displays as Date & Time: 2021.09.07 13:50:40  Day: 2 What I want to do is: Date & Time
Kristina Suh
Added topic iEnveolpe trigger and settings
Hi, need a little help. i have an indicator that seems to be working fine, i just want to add an extra filter to the trigger.. I have Envelope and would like to add the bar count and price open/close eg..Bear or Bull candle.. I have the MA Filter
Kristina Suh
Added topic Label on H_Line
i am trying to add a label to my H_Line  I have tried OBJPROP_NAME AND OBJ_LABEL, but nothing is quite working correctly. if (TriggerLineTrade== "CA" )    {ObjectSet( objNameDes, OBJPROP_COLOR , clrOrange );
Kristina Suh
Added topic Counting candles from trigger.
HI, I have a few indicators that I set a Global trigger to  eg  TriggerHit=Sell. What I am trying to do is count the candles after the trigger so that I can reset the Trigger to=Null. I have looked at iBarShift,  I also need to have it
Kristina Suh
Added topic Profit display of YTD..
Hi, I have managed to create a variable for Daily profit, Weekly profit and monthly profit, but can't find the PERIOD_?? for Yearly. I have searched everywhere, but can't find the code for PERIOD_YR double GetBalanceMonthly() // Monthly Start Balance
Kristina Suh
Added topic Edit box on chart
Hi, I have created an indicator with displays and buttons that change variables, but now I want to create an edit button on the chart. I have managed to get the button on the chart, but I can't seem to figure out how to get the entry (number) to
Kristina Suh
Added topic MessageBox (Yes/Cancel)
HI,, I have an EA that works great.. I added a Button to Close all trades, but I want to add a messagebox that confirms the entry..  EG..  Are you sure  Yes/No/Cancel. But I can get the message box to come up, but when I hit Cancel it
Kristina Suh
Added topic Converting Indicator to EA
Hi,  need some help I have converted an Indicator to EA, but it still seems to think that it is an Indicator. "no indicator window property is defined, indicator_chart_window is applied 0 0" I have gone through the coding and everything looks
Kristina Suh
Added topic opening pending orders
HI, MT4 EA... I have created an EA that opens market orders, but I now want to open a Pending order + the market order. here is my version, but i get error, not sure what is wrong. ticket = OrderSend ( Symbol (), OP_BUY, NormalizeLots(_lots, Symbol
Kristina Suh
Added topic Background box sizing
Hi, I am trying to create a background box. I seem to have a problem with adjusting the size, It starts at the right position, but I can't seem to get the length longer nomatter what I enter in the size number it doesn't change. No matter what I
Kristina Suh
Added topic Setting a Button & display or trigger to set Long / Short or Both trading
Hi.. I would like to set a button to turn off Buy/Sells & or toggle between the three (Buy/Sell/Both). or at least display what the trading is set to (using the Common option) Or use an indicator to set the Order direction . For example.. I have
Kristina Suh
Added topic Converting Order totals from MT4 indicator to MT5 -- Need help
Hi..  I am creating a dashboard for my totals. I have 99% of it working.  Just having issues with the OrdersTotal for the daily and weekly figures. void DrawCurrentTrades() {
Kristina Suh
Added topic MT5 Indicator , converted from MT4 (no display DrawText) not working
HI.. I need help with MT5 conversion. I created an indicator in MT4 which displayed Balances and trading info, but when I converted it across to MT5.  I managed to get rid of all the errors except for "no indicator plot defined for
Kristina Suh
Added topic MQL5 Seem to have a Major Glitch yesterday. All of my Market tools stopped working
Yesterday my trading stopped and the server went down. When I got it back up all of my Market tools , Indicator and Experts stopped working.. It was on all of my accounts, whether they were on the VPS or my local machine. I tried to re-install them
12