Forex



Go Back   Forex Trading > Training > Metatrader > Metatrader 4 mql 4 - Development course > Questions






Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 09-17-2006, 01:37 AM
GreatYves's Avatar
Senior Member
 
Join Date: Aug 2006
Posts: 315
GreatYves is on a distinguished road
Manuel Trading at Oanda.

Hi! I must say i yet don't trust all the broker presently offering MT4 platform because broker know what you doing but it is the best yet for Indicators signals, so i open a live (still small) account at Oanda Manuel trading only, and the problem now is even if i have good buy/sell signals, i'm not at desk on time to manually do the trade on oanda platform... I just wounder if somebody know how i can generate automatic pre-recorded keyboard-mouse/click over oanda platform from signal generated by indicator like asctrend? I will look in software bank to see what program usable and post here what solution i found but meanwhile if somebody know the answer, help would be appreciated tia.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2 (permalink)  
Old 09-17-2006, 03:23 AM
GreatYves's Avatar
Senior Member
 
Join Date: Aug 2006
Posts: 315
GreatYves is on a distinguished road
Ok So far found i could use program like workspace macro pro or similar, it can record a manuel trade and save it as a script. Now i simply need to launch a script file from within the EA i can edit

//+-------------------------------------------------------------------+
//| Original Version ASCTrend1sig_noSound.mq4
//| Ramdass - Conversion only
//+------------------------------------------------------------------+

#property indicator_chart_window
#property indicator_buffers 2
#property indicator_color1 Magenta
#property indicator_color2 Aqua

//---- input parameters
extern int RISK=3;
extern int CountBars=300;
extern int SoundON=1;
extern int EmailON=0;
extern int TriggerScript=0; here i add an option to EA to trigger script or not.


and then further how do you start a batch file from within an EA?

if (flagval1==1 && CurTime() > GlobalVariableGet("AlertTime"+Symbol()+Period()) && GlobalVariableGet("SignalType"+Symbol()+Period())! =OP_BUY) {
if (SoundON==1) Alert("SELL signal at Ask=",Ask,", Bid=",Bid,", Date=",TimeToStr(CurTime(),TIME_DATE)," ",TimeHour(CurTime()),":",TimeMinute(CurTime() )," Symbol=",Symbol()," Period=",Period());
if (EmailON==1) SendMail("SELL signal alert","SELL signal at Ask="+DoubleToStr(Ask,4)+", Bid="+DoubleToStr(Bid,4)+", Date="+TimeToStr(CurTime(),TIME_DATE)+" "+TimeHour(CurTime())+":"+TimeMinute(CurTime() )+" Symbol="+Symbol()+" Period="+Period());
tmp = CurTime() + (Period()-MathMod(Minute(),Period()))*60;
GlobalVariableSet("AlertTime"+Symbol()+Period(),tm p);
GlobalVariableSet("SignalType"+Symbol()+Period(),O P_BUY);
if (TriggerScript==1) ????? (help me here) >"C:\Program Files\Workspace Macro Pro 6.0\Workspace Macro Pro.exe" sell_script_example.wksp /u

Last edited by GreatYves; 09-17-2006 at 03:26 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #3 (permalink)  
Old 09-17-2006, 04:37 PM
Member
 
Join Date: Aug 2006
Posts: 80
coolhand is on a distinguished road
Only way to auto trade with oanda

greatyves, the only way I think to auto trade with oanda is to use their api set-up which costs $600 a month from what I recall or if you have a monthly trading volume of something like $1,000,000. Check the oanda site and look for the info.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #4 (permalink)  
Old 09-18-2006, 02:38 AM
GreatYves's Avatar
Senior Member
 
Join Date: Aug 2006
Posts: 315
GreatYves is on a distinguished road
Ok let me reformulate my question. How can i modify indicator to run external window program. ???
Tia.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #5 (permalink)  
Old 10-01-2006, 03:43 AM
GreatYves's Avatar
Senior Member
 
Join Date: Aug 2006
Posts: 315
GreatYves is on a distinguished road
Quote:
Originally Posted by coolhand
greatyves, the only way I think to auto trade with oanda is to use their api set-up which costs $600 a month from what I recall or if you have a monthly trading volume of something like $1,000,000. Check the oanda site and look for the info.
By the way Coolhand... Why you say it can't be done? I say it can easily be done.

That close the thread since i can say all my present desire/interogation are fullfilled. I'm elaborating my own system, will post my results from my live account from time to time. Thinking to start my own forex forum but in french language if i can find some help. My site is already up, just need some moderator to make it alive. If anyone truly interested please pm me.

Last edited by GreatYves; 10-01-2006 at 03:48 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #6 (permalink)  
Old 10-16-2006, 08:11 AM
Junior Member
 
Join Date: Aug 2006
Posts: 3
andydoc is on a distinguished road
There is a way to import functions from a dll, so if you are able to identify the functions in a mouse/keystroke macro dll you could do it. That would seem to be the only way to me!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
OANDA

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
OANDA Account forextrend General Discussion 15 11-06-2008 10:31 AM
Second thoughts about OANDA DavidFX General Discussion 24 11-21-2006 05:01 AM


All times are GMT. The time now is 09:52 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.