qazaq
25-10-08, 10:22 AM
I found interesting tools for manual trading::cool0000:
http://rapidshare.com/files/157347853/d-SemiAutoKitPro.zip.html
I copy-pastes some descriptions:
i-TradeByChartLines
This EA automatically trades from lines drew by user on chart. It needs two lines on the chart on which it is attached, one above and second below the current market price. The EA supports two types of straight lines: horizontal and trended. You can set up two lines of different type. If these lines form, for example, a trading channel, you can organize a bounce trade in interior of the channel (sell from up line, buy from low line) as well as a breakout channel trade (buy from up line, sell from low line), or both kind of trades (bounce trade with overturn stop order). So you can trade any figure of technical analysis: triangles, flags, rectangles, wedges etc.
Parameters:
·NameUpLine="UPLine" – Upper line name.
·NameDnLine="DNLine" – Lower line name.
·BuyFromUp=False – If it’s true, buy from upper line. If it’s false, sell from upper line.
·BuyFromDn=True – If it’s true, buy from lower line. If it’s false, sell from lower line.
·OffsetTL=3 – Shift of trading level in pips.
·SetRevStopOrd=False – Set pending stop orders at the level of stop loss of opening position (overturn stop order)
·ShowComment=True – Show comments on chart.
·UseSound=True – Use sound.
·SoundFileName ="expert.wav" – Sound Filename
·Magic = 20080320 –EA’s ID number.
·Lots=0.1 – Trading lot size
·StopLoss=30 – Stop loss level in pips.
·TakeProfit=70 – Take profit level in pips.
·NumberOfAttempts =5 –Number of trade tentative
Note: After creating two lines, you need to rename them in compliance with parameters NameUpLine and NameDnLine. For do this, right click to the line, choose “line properties” and fill the field “Name”.
i-MouseOrderControl
Now you can move the levels of StopLoss and TakeProfit of opened positions by mouse. Soon after an order is opened, the expert advisor draws horizontal lines on the levels of order Stop Loss and Take Profit. These lines are strictly attached with the levels: if you move by mouse one of the lines, the expert automatically modifies the corresponding order level (TP or SL). After closing of position its corresponding lines will be deleted also. If one of the order levels (TP or SL) is not specified, its corresponding line will not appear.
Parameters:
·Update_Interval_in_sec =0.1 – Updating interval in seconds. If 0, the EA works by ticks, else, the nonzero parameter specifies the period of updating the levels of order.
·PrintEnable=True – Enable to print messages in journal.
·SL_Color = Orange – “Stop Loss” line color.
·SL_Style = 4 – “Stop Loss” line style.
·SL_Width = 0 – “Stop Loss” line width.
·TP_Color = DodgerBlue – “TakeProfit” line color.
·TP_Style = 4 – “TakeProfit” line style.
·TP_Width = 0 – “TakeProfit” line width.
i-NewsTrader
If you trade news, this EA is indispensable in your portfolio. Now you can trade any news whenever they appear on 24 hours market. On prescribed time the EA posts two pending stop orders with specified distance from current market price. If no order is opened at the next bar, EA modifies them in order to keep required distance from market price. By changing the chart’s time frame, you adjust the frequency of orders modification. If you attach EA on 5 min chart the orders will be updated every 5 min, if you attach EA on 30 min chart it gives you 30 minutes period updating. If one of the two pending orders is opened, the second will be deleted. Opened position will be closed by TP or by SL.
Parameters:
·Lots=0.1 – Lot size.
·StopLoss=15 – SL level.
·TakeProfit=0 – TP level
·SetOrdersTime ="10:30" –Time of posting for pending orders (News time)
·DeletePendingOrdsTime ="22:30" – Time of deleting own pending orders.
·ClosePositionsTime ="22:30" – Time of closing own opened position.
·DistanceSet=20 – Distance for pending orders from market price in pips.
·UseTrailing=True – Use trailing stop loss
·ProfitTrailingOnly = True – Trailing profit position only.
·TrailingStop=25 – Trailing distance in pips.
·TrailingStep=5 – Trailing step in pips.
·Slippage=3 – Slippage in order execution.
·UseSound=True – Sound of execution.
·SoundFileName="expert.wav" – Sound file name.
·clOpenBuy=LightBlue - Color of mark on chart for opening Buy position.
·clOpenSell=LightCoral - Color of mark on chart for opening Sell position.
·clModifyBuy=Aqua - Color of mark of modification Buy position.
·clModifySell=Tomato - Color of mark of modification Sell position.
·clCloseBuy=Blue - Color of mark of closing Buy position.
·clCloseSell=Red - Color of mark of closing Sell position.
i-TrailingPendingStopOder
If you anticipate a trend swing but you don’t know where it will happen exactly, you can send hunting for this event a trailing pending stop order with the help of this EA. Your tactic in this case turns into pending a stop order with some distance from current market price and move it following the market price. Our pending stop order will be modified only if the market price moves away from it. So the distance from the pending stop order and the market price can’t grow more than the amount of trailing step (see description below), only it can diminish right up to execution.
Parameters:
·All_SO_control =False – If it’s true, EA controls stop orders of all symbols, if it’s false, EA controls only the order of current symbol.
·TrailingDistance =20 – Trailing stop. Distance from market price just after modification.
·TrailingStep=3 – Trailing Step. Degree of liberty for market price. The pending stop order will be modified if the distance from market price will be TrailingDistance + TrailingStep.
·UseSound=True – Use sound after order modification.
·clModifyBuy=Aqua – Mark color (on chart) of Buy Stop Order modification.
·clModifySell=Tomato – Mark color (on chart) of Sell Stop Order modification.
i-TrailingPendingLimitOrder
If you anticipate that trend will continue after some rollback you can send hunting a Pending Limit Order in order to enter in the market with best price, on the crest of rollback. This EA does this! So your tactic in this case turns into pending a limit order with some distance from current market price and move it following the market price trend. Our pending limit order will be modified only if the market price moves away from it. So the distance from the pending limit order and the market price can’t grow more than the amount of trailing step (see description below), only it can diminish right up to execution on the crest of rollback.
Parameters:
·All_LO_control =False – If it’s true, EA controls limit orders of all symbols, if it’s false, EA controls only the order of current symbol.
·TrailingDistance =20 – Trailing stop. Distance from market price just after modification.
·TrailingStep=3 – Trailing Step. Degree of liberty for market price. The pending limit order will be modified if the distance from market price will be TrailingDistance + TrailingStep.
·UseSound=True – Use sound after order modification.
·clModifyBuy=Aqua –Mark color (on chart) of Buy Limit Order modification.
·clModifySell=Tomato –Mark color (on chart) of Sell Limit Order modification.
http://rapidshare.com/files/157347853/d-SemiAutoKitPro.zip.html
I copy-pastes some descriptions:
i-TradeByChartLines
This EA automatically trades from lines drew by user on chart. It needs two lines on the chart on which it is attached, one above and second below the current market price. The EA supports two types of straight lines: horizontal and trended. You can set up two lines of different type. If these lines form, for example, a trading channel, you can organize a bounce trade in interior of the channel (sell from up line, buy from low line) as well as a breakout channel trade (buy from up line, sell from low line), or both kind of trades (bounce trade with overturn stop order). So you can trade any figure of technical analysis: triangles, flags, rectangles, wedges etc.
Parameters:
·NameUpLine="UPLine" – Upper line name.
·NameDnLine="DNLine" – Lower line name.
·BuyFromUp=False – If it’s true, buy from upper line. If it’s false, sell from upper line.
·BuyFromDn=True – If it’s true, buy from lower line. If it’s false, sell from lower line.
·OffsetTL=3 – Shift of trading level in pips.
·SetRevStopOrd=False – Set pending stop orders at the level of stop loss of opening position (overturn stop order)
·ShowComment=True – Show comments on chart.
·UseSound=True – Use sound.
·SoundFileName ="expert.wav" – Sound Filename
·Magic = 20080320 –EA’s ID number.
·Lots=0.1 – Trading lot size
·StopLoss=30 – Stop loss level in pips.
·TakeProfit=70 – Take profit level in pips.
·NumberOfAttempts =5 –Number of trade tentative
Note: After creating two lines, you need to rename them in compliance with parameters NameUpLine and NameDnLine. For do this, right click to the line, choose “line properties” and fill the field “Name”.
i-MouseOrderControl
Now you can move the levels of StopLoss and TakeProfit of opened positions by mouse. Soon after an order is opened, the expert advisor draws horizontal lines on the levels of order Stop Loss and Take Profit. These lines are strictly attached with the levels: if you move by mouse one of the lines, the expert automatically modifies the corresponding order level (TP or SL). After closing of position its corresponding lines will be deleted also. If one of the order levels (TP or SL) is not specified, its corresponding line will not appear.
Parameters:
·Update_Interval_in_sec =0.1 – Updating interval in seconds. If 0, the EA works by ticks, else, the nonzero parameter specifies the period of updating the levels of order.
·PrintEnable=True – Enable to print messages in journal.
·SL_Color = Orange – “Stop Loss” line color.
·SL_Style = 4 – “Stop Loss” line style.
·SL_Width = 0 – “Stop Loss” line width.
·TP_Color = DodgerBlue – “TakeProfit” line color.
·TP_Style = 4 – “TakeProfit” line style.
·TP_Width = 0 – “TakeProfit” line width.
i-NewsTrader
If you trade news, this EA is indispensable in your portfolio. Now you can trade any news whenever they appear on 24 hours market. On prescribed time the EA posts two pending stop orders with specified distance from current market price. If no order is opened at the next bar, EA modifies them in order to keep required distance from market price. By changing the chart’s time frame, you adjust the frequency of orders modification. If you attach EA on 5 min chart the orders will be updated every 5 min, if you attach EA on 30 min chart it gives you 30 minutes period updating. If one of the two pending orders is opened, the second will be deleted. Opened position will be closed by TP or by SL.
Parameters:
·Lots=0.1 – Lot size.
·StopLoss=15 – SL level.
·TakeProfit=0 – TP level
·SetOrdersTime ="10:30" –Time of posting for pending orders (News time)
·DeletePendingOrdsTime ="22:30" – Time of deleting own pending orders.
·ClosePositionsTime ="22:30" – Time of closing own opened position.
·DistanceSet=20 – Distance for pending orders from market price in pips.
·UseTrailing=True – Use trailing stop loss
·ProfitTrailingOnly = True – Trailing profit position only.
·TrailingStop=25 – Trailing distance in pips.
·TrailingStep=5 – Trailing step in pips.
·Slippage=3 – Slippage in order execution.
·UseSound=True – Sound of execution.
·SoundFileName="expert.wav" – Sound file name.
·clOpenBuy=LightBlue - Color of mark on chart for opening Buy position.
·clOpenSell=LightCoral - Color of mark on chart for opening Sell position.
·clModifyBuy=Aqua - Color of mark of modification Buy position.
·clModifySell=Tomato - Color of mark of modification Sell position.
·clCloseBuy=Blue - Color of mark of closing Buy position.
·clCloseSell=Red - Color of mark of closing Sell position.
i-TrailingPendingStopOder
If you anticipate a trend swing but you don’t know where it will happen exactly, you can send hunting for this event a trailing pending stop order with the help of this EA. Your tactic in this case turns into pending a stop order with some distance from current market price and move it following the market price. Our pending stop order will be modified only if the market price moves away from it. So the distance from the pending stop order and the market price can’t grow more than the amount of trailing step (see description below), only it can diminish right up to execution.
Parameters:
·All_SO_control =False – If it’s true, EA controls stop orders of all symbols, if it’s false, EA controls only the order of current symbol.
·TrailingDistance =20 – Trailing stop. Distance from market price just after modification.
·TrailingStep=3 – Trailing Step. Degree of liberty for market price. The pending stop order will be modified if the distance from market price will be TrailingDistance + TrailingStep.
·UseSound=True – Use sound after order modification.
·clModifyBuy=Aqua – Mark color (on chart) of Buy Stop Order modification.
·clModifySell=Tomato – Mark color (on chart) of Sell Stop Order modification.
i-TrailingPendingLimitOrder
If you anticipate that trend will continue after some rollback you can send hunting a Pending Limit Order in order to enter in the market with best price, on the crest of rollback. This EA does this! So your tactic in this case turns into pending a limit order with some distance from current market price and move it following the market price trend. Our pending limit order will be modified only if the market price moves away from it. So the distance from the pending limit order and the market price can’t grow more than the amount of trailing step (see description below), only it can diminish right up to execution on the crest of rollback.
Parameters:
·All_LO_control =False – If it’s true, EA controls limit orders of all symbols, if it’s false, EA controls only the order of current symbol.
·TrailingDistance =20 – Trailing stop. Distance from market price just after modification.
·TrailingStep=3 – Trailing Step. Degree of liberty for market price. The pending limit order will be modified if the distance from market price will be TrailingDistance + TrailingStep.
·UseSound=True – Use sound after order modification.
·clModifyBuy=Aqua –Mark color (on chart) of Buy Limit Order modification.
·clModifySell=Tomato –Mark color (on chart) of Sell Limit Order modification.