Chinedu Peter / Profile
- Information
no
experience
|
4
products
|
4
demo versions
|
0
jobs
|
0
signals
|
0
subscribers
|
Friends
25
Requests
Outgoing
Chinedu Peter
Added topic Can I host my EA on a virtual machine
All I have noticed so far is that virtual hosting is all about getting signal, auto trading, hosting indicators and copying trades. But I want to host my own EA on a remove server so that I can trade using my EA on a hand held device. My EA has
Chinedu Peter
Added topic Help on how to insert/delete a record in a file
I need to know how to insert a record to file, or to delete a record for that matter. More like database management. I used to think that FileSeek(Handle, 0, SEEK_CUR ) would point to a position where a record would be written. But it does not point
Chinedu Peter
Added topic HELP COPYING FILE TO ANOTHER FILE
Hi, I want to copy from "AdjustFile.txt" to "TransferAdjustFile.txt" one record at a time The content of the "AdjustFile.txt" is as follows: But I am getting the following content for "TransferAdjustFile.txt" I used the following codes
Chinedu Peter
Added topic Which ChartEvent does this...?
What is the ChartEvent that recognizes that an order has been placed or modified manually? Thanks in advance.
Chinedu Peter
Added topic How EA understands a modified order?
Hi everyone. How can I make my EA to understand that an order has neen modified manually? Thanks in advance.
Chinedu Peter
Added topic How to SHADOW orders
Please how can one shadow orders. It was recommended to me as part of the solutions to a question I had asked.
Chinedu Peter
Added topic How ea can identify diffefent modes of modifying orders
Hi everyone. I want my EA to be able to differentiate among the following ways of modifying orders from the orders themselves: 1. When an order is modified manually (user shifts the price level on chart using the mouse or opens the "order
Chinedu Peter
Added topic inverse of iChartShift() function
Please what is the inverse of the following function: iBarShift ( NULL , PERIOD_D1 ,DateTime); I wish to get the date of a candle. Thanks in advance
Chinedu Peter
Added topic How do I calculate risk?
If I use a leverage of 500, in how many cross hair pips will a lot of 0.04 stop out, assuming a POINT of 0.00001 on a balance of 200 USD
Chinedu Peter
Added topic Looking for a function to return integer value of a symbol. Any help?
I am aware of the function SymbolName (i, true ); used to return a symbol name given an integer. I am looking for a function to return the integer value of an instrument given a symbol name. Something that looks like: IntegerValue (SymbolName, true)
Chinedu Peter
Added topic My trendlines don't save
My trend lines or other objects for that matter don't save each time I create them manually on the chat, close the window and open the window again. What could be the cause
Chinedu Peter
Added topic HOW TO CODE TAB STOP
Hy guys, I have created a lot of objects on my chart. I want to be able to move from one object to another by pressing the tab (forward movement) and shift+tab(backward movement). How can I code that please. Thank you in advance
Chinedu Peter
Added topic How to enable "Allow live trading" as a code
Hi guys, how can I code that my EA should enable "ALLOW LIVE TRADING BUTTON"? Thank you in advance
Chinedu Peter
Added topic What is the difference between NULL and "" ?
Can someone tell the difference between NULL and "" Thank you in advance
Chinedu Peter
Added topic Some UninitializationReason do not trigger
Why is it that some UnInitializationReason do not trigger, e.g. REASON_CHARTCHANGE
Chinedu Peter
Added topic Issue with StringToDouble()
Why does the function StringToDouble ( "1 st Actual"); return the value 1.00000000, instead of 0.00000000? Moreover, why does the function StringToDouble ( "2 nd Actual"); return 2.00000000, instead of 0.00000000 ? and so on
Chinedu Peter
Added topic StringToDouble or StrToDouble
Please can someone explain to me in simple terms the difference between StringToDouble() and StrToDouble() functions ? The documents did not seem to differentiate between the two to my understanding
Chinedu Peter
Added topic How do I check if the content of a variable is numeric?
Hi, everyone. How do I check if the content of a variable is numeric, especially the content of a text box object on the chat? I tried the following but it did not work: ObjectSetString ( 0 , "SimultaneousReleaseIndex" , OBJPROP_TEXT , "Four" ); if (
Chinedu Peter
Added topic What formula can be used to assign EQUAL distance between ask and profit level accross instruments?
What formula can I use to assign EQUAL distance between ask and profit level accross instruments when going bullish? I realize that instruments with higher spread give shorter distance on the chart, and vice versa. I have tried the following but the
: