SteelAce
SteelAce
Friends

Add friends via their profile or user search and you will be able to see if they are online

SteelAce
Added topic Line Chart Data?
There are three types for showing price changes : Bar Chart, Candlestics and Line Chart. With MqlRates (and CopyRates command) is possible to get Candlesticks data. Is it somehow possible to get Line Chart data
SteelAce
Added topic Chart Operations (Settings) in Strategy Tester?
When EA uses different indicators with different timeframes then Strategy Tester adds corresponding charts. I like to see on all these charts "Line Chart" mode instead of "Bar Chart" mode. When I change mode on charts to "Line Chart" that setting
SteelAce
Added topic Calculating StopLoss?
When I make deal, then I know (risk) sum of money what I can loose (in program (OrderCalcProfit()) that is Profit with minus of course). But when I want to put that sum in EA I need StopLoss Price. I thought I can calculate it with cycling: double
SteelAce
Added topic iBand reading?
I need to test my EA with Strategy Tester. I am using iBands in my EA, but Strategy Tester cannot find that indicator. When I run that script under Demo Account all works well. What I must do for eliminating that obstacle
SteelAce
Added topic Profit formula?
Can anyone give me formula how MetaTrader 5 calculates profit ? Probably somehow it depends on price, volume and maybe more arguments. Thanks
SteelAce
Added topic IP Address? (Or something else)
I want to work my Trading Robot on another computer(s) also, but also be sure that this Robot will be not distributed forward to other computers without my permission. My plan was to ask IP address of my friends computer and write that IP address
SteelAce
Added topic How to enable autotrading?
I included Triple Exponential Moving Average (TEMA) indicator to my code and now all that code is compiled as indicator. When I attach it to chart then there are no question about autotrading. But I need it! How I can get that question (option) back
SteelAce
Added topic How to get rid of anomaly change?
I almost succeeded to send and cancel Orders with Mql5. For canceling I used Order ticket as in one sample. Trouble is that in "Trade" tab Order changes itself its status. Before change there exists ticket number (in "Trade" tab that ticket header is
SteelAce
Added topic Closing deal type Order?
I succeeded to open TRADE_ACTION_DEAL type OrderSend(). It indeed opens order in "Trade" Tab. I want it working few minutes and close it after that with program. Problem is that I can close it only manually. It is so tricky that even OrdersTotal()
SteelAce
Added topic What is wrong with my OrderSend ?
My code is (in attachment also): //+------------------------------------------------------------------+
SteelAce
Added topic More intelligent approach for indexing?
I declared integer : input int  MaxBars=100; and structure: struct BarInfoStruct  {double  Medium;   double  Speed;   int        Weight;}; Now I want to use that integer in declaring
SteelAce
Registered at MQL5.community
12