Aktifkan notifikasi untuk update terbaru!

  • Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

New EA Simple Dashboard Scanner

stadevata

Active Member
Credit Hunter
Credits
0
This is NOT auto trading EA !!
This just simple dashboard to scan 28 pairs at a time
if u trade manual like me with a bunch of indicator ... sometimes we are tired to open chart one by one ... pair by pair .. or maybe timeframe by timeframe just to check if some pair meet our trading strategy rule or not.
I offering to build a simple scanner EA to do that job
just drop ur indicator and rule here

this just a sample EA, u can download for test
scan_1.jpg scan_2.jpg
 

Attachments

This is my review for this thread:
good indicator
this is not indicator .. this is EA and just sample
if u want to scan entire pair with ur indicator just drop ur indicator here .. and i'll make EA like sample but with ur indicator rule
 
Getting bored ..market close.. can go everywhere coz covid :whew::whew:
playin with some forex4live indicator ..

Basic
goldL_.jpg

Scanner
goldl.jpg

GoldLine.ex4 is EA put in Expert folder
Put XFL21 , 23,24,25,26 .ex4 in folder ../Indicators/SCANNER/

"this not auto trading EA, just scanner !!!"
 

Attachments

Hello Stadevata, since I'm using a laptop, there are limitations on the amount of pairs I can view. The bottom portion are not visible. How can this be solved?
 
Hello Stadevata, since I'm using a laptop, there are limitations on the amount of pairs I can view. The bottom portion are not visible. How can this be solved?

or u can put this indicator to ur mt4 active chart
then tell me ur mt4 screen size printed on experts tab
screen.jpg
 

Attachments

Is this OK? What Shift 0 and Shift 1 ,+/- means? And should we open all 28 pairs charts on any TF?
Thank you for help
View attachment 113887

u dont need to open many chart .. but u need history data pair in order to ea work properly (*if u don't know how to update history data.. just open the pair on chart .. then open it on from M1, after M1 fully load .. move to M5 .... do it till tf MN1. do it for all pair, it will update all history data in ur MT4 terminal)

just attach ea to one chart only
and it will load all at it once, u dont need to open any chart.
shift 0 mean candle now
shift 1 mean previous candle
+/- means different change from shift0 and 1.. if text green it means growing up,if text red minus it mean down

let see the chart for example :
AUD power is on the top on shift 0 and shift 1 .. its means AUD is Strong = buy
GBP power at very bottom .. on shift 0 and shift 1 it mean GBP is weak = sell
so we supposed open order SELL GBPAUD

upload_2020-4-12_15-54-59.png
 

Attachments

  • upload_2020-4-12_15-54-59.png
    upload_2020-4-12_15-54-59.png
    32.5 KB · Views: 3,370
Last edited:
u dont need to open many chart .. but u need history data pair in order to ea work properly (*if u don't know how to update history data.. just open the pair on chart .. then open it on from M1, after M1 fully load .. move to M5 .... do it till tf MN1. do it for all pair, it will update all history data in ur MT4 terminal)

just attach ea to one chart only
and it will load all at it once, u dont need to open any chart.
shift 0 mean candle now
shift 1 mean previous candle
+/- means different change from shift0 and 1.. if text green it means growing up,if text red minus it mean down

let see the chart for example :
AUD power is on the top on shift 0 and shift 1 .. its means AUD is Strong = buy
GBP power at very bottom .. on shift 0 and shift 1 it mean GBP is weak = sell
so we supposed open order SELL GBPAUD

View attachment 113889
What is symbol 21 26 ?
 
What is symbol 21 26 ?

its just indicator name .. like i said before.. i am too lazy to write long name of indicator
i am short it and rename it so i dont need write long name in ea code.

21 for XFL21.ex4 real indicator name forexsignal30
23 for XFl23.ex4 real indicator name FL23 - exit
24 for XFL24.ex4 real indicator name FL24 - entry
25 for XFL25.ex4 real indicator name Triggerline
36 for XFL26.ex4 real indicator name Fplagiat
 
I'll give some little explain about what is dashboard scanner
coz people still asking the same question on here or direct msg.

FIRST u need to know.. This EA is only a tool to help with manual trading..THIS IS NOT AUTO TRADING EA !!!
pls don't ask me again about that.

When we've a solid strategy and trade manual without EA, will make us tired ... If we want to monitor 28 pairs at a time, we have to open 28 charts on mt4 one for each pair and analyze them one by one. :banghead::banghead::banghead: spent a lot of time and once again make us bored and tired !!!
This kind of dashboard scanner will help u monitoring all pair with ur basic strategy ... u can saving a lot of time to atch the market.

i'll help to code ur rule as a dashboard scanner FOR FREE !!
Just put/post ur strategy and rule here.. don't send me private msg for request i'll not reply
all request should be drop in this thread, in order to other member can test it or use it

lets start with this short explain ...
i'll use SCANNER_SOEHOE.ex4 on first page for sample so that it can be more easily understood.

let say u have this strategy :
BUY when :
- Price above MA 50 and
- RSI Period 14 above 50
- Stochastic 5,3,3 Main Line above 50
- Parabolic SAR signal is UP/buy
- and ADX Period 14 +D1 above -D1

SELL when :
- Price below MA 50 and
- RSI Period 14 below 50
- Stochastic 5,3,3 Main Line below 50
- Parabolic SAR signal is DOWN/sell
- and ADX Period 14 +D1 below -D1

then i'll make dashboard scanner with all the rule ..
when its done the dashboard would be like SCANNER_SOEHOE.ex4

let assume we will check EURUSD and CADCHF for buy/sell possibility
pict like below :

scan_1.jpg

for this scanner work properly u must update all history pair data on mt4
open pair on chart start with M1 TimeFrame untill all candle fully load (if ur internet connection is good it only takes a few seconds).. when done the last candle time is current time, move to M5 candle and wait till all candle fully load to ... do it for all TimeFrame till MN. it will update all history data in ur MT4 terminal.


Hope u all understand what i talk about :rofl::rofl::rofl::rofl::rofl:
 

Attachments

  • scan_1.jpg
    scan_1.jpg
    243.2 KB · Views: 1,459
Back
Top