[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
2024-05-03T08:31:36+10:00 https://forex-station.com/feed/topics_active 2024-05-03T08:31:36+10:00 2024-05-03T08:31:36+10:00 https://forex-station.com/post1295540622.html#p1295540622 <![CDATA[Trader's Lounge • Metatrader and powershell]]>
For the people are continuous working in indicators and experts and need control versions, i share with you a script to build a Schedule Task run every minute and next create the script automatic.

Is powershell script, so save as ps1 file and to your location and atention at this 2 points:
# Source of your repository
$RootFolder = "C:\SourceFolder"

# Destiny folder for the files classified with version
$Destination = "C:\DestinationFolder"

###############################################
# Create of task schedule if there not exists with this script
$TaskName = "Control versions of indicators and experts based on property version"

# Check if the schedule task exists
if (Get-ScheduledTask -TaskName $TaskName -ErrorAction SilentlyContinue) {
Write-Host "The schedule task '$TaskName' already exists, to this script will not take any action"
} else {
Write-Host "The schedule task '$TaskName' not exists. Then wait while this process is finished"

###############################################
# Control versions of indicators and experts based on property version
Write-Host "Control versions of indicators and experts based on property version"
$host.ui.RawUI.WindowTitle = "Control versions of indicators and experts based on property version"
Write-Host "Resume what is does this specific task"
Write-Host " Step 1: Control versions of indicators and experts based on property version"
Write-Host " Step 1.1: Control versions of indicators and experts based on property version :: Create task schedule"
Write-Host " Step 1.2: Control versions of indicators and experts based on property version :: Create necessary script"
Write-Host " Step 1.3: Control versions of indicators and experts based on property version :: Add necessary and missed information"
Write-Host " Step 1.3.1: Control versions of indicators and experts based on property version :: Declare source file"
Write-Host " Step 1.3.2: Control versions of indicators and experts based on property version :: Line necessary to add missed information"
Write-Host " Step 1.3.3: Control versions of indicators and experts based on property version :: Text to be add"
Write-Host " Step 1.3.4: Control versions of indicators and experts based on property version :: Read entire file"
Write-Host " Step 1.3.5: Control versions of indicators and experts based on property version :: Add the information need"
Write-Host " Step 1.3.4: Control versions of indicators and experts based on property version :: Write the updated lines back to the file"
Write-Host " Step 1.4: Control versions of indicators and experts based on property version :: Stop this script"

###############################################
# Control versions of indicators and experts based on property version
# Step 1: Control versions of indicators and experts based on property version

# Step 1.1: Control versions of indicators and experts based on property version :: Create task schedule
$action = New-ScheduledTaskAction -Execute 'powershell.exe' -Argument 'C:\SCRIPTS\MT-ControlVersions.ps1}'
$trigger = New-ScheduledTaskTrigger -Once -At (Get-Date) -RepetitionInterval (New-TimeSpan -Minutes 1)
$principal = New-ScheduledTaskPrincipal -UserId "$env:USERDOMAIN\$env:USERNAME" -LogonType "S4U" -RunLevel Highest
Register-ScheduledTask -TaskName "TRADING\Control versions for MetaTrader 4" -Action $action -Trigger $trigger -Principal $principal -Force
$TaskSettings = New-ScheduledTaskSettingsSet -AllowStartIfOnBatteries -DontStopIfGoingOnBatteries
Set-ScheduledTask -TaskName "TRADING\Control versions for MetaTrader 4" -Settings $TaskSettings

# Step 1.2: Control versions of indicators and experts based on property version :: Create necessary script
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" '# Source of your repository'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" '$RootFolder = "C:\SourceFolder"'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" ' '
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" '# Destiny folder for the files classified with version'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" '$Destination = "C:\DestinationFolder"'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" ' '
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" '# Obtém todos os arquivos no diretório de origem'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" '$Files = Get-ChildItem -Path $RootFolder -File -Recurse'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" ' '
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" '# File interaction'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" 'foreach ($File in $Files) {'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" ' '
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" '# Read the content of every file'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" '$Content = Get-Content -Path $File.FullName'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" ' '
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" '# Find for the line contains the information property version'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" '$VersionLine = $Content | Where-Object { $_ -match "property version" }'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" ' '
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" '# If is valid so'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" 'if ($VersionLine) {'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" ' '
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" '# Extract a version for that'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" '$Version = $VersionLine -replace "property version", "" -replace ''([A-Z]| |#|")', ''
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" ' '
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" ' # Create the destination folder, with base on version and name of file'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" ' $DestinationPath = Join-Path -Path $Destination -ChildPath "$Version\$($File.BaseName)"'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" ' '
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" ' # And if the folder of destionation does not exist, so create that one'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" ' if (-not (Test-Path -Path $DestinationPath)) {'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" ' New-Item -Path $DestinationPath -ItemType Directory'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" ' }'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" ' '
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" ' # Copy the file for destination'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" 'Copy-Item -Path $File.FullName -Destination $DestinationPath -Force'
Add-Content "C:\SCRIPTS\MT-ControlVersions.ps1" ' '

# Step 1.3: Control versions of indicators and experts based on property version :: Add necessary and missed information
# Step 1.3.1: Control versions of indicators and experts based on property version :: Declare source file
$FileToCorrect = "C:\SCRIPTS\MT-ControlVersions.ps1"

# Step 1.3.2: Control versions of indicators and experts based on property version :: Line necessary to add missed information
$Line = 23

# Step 1.3.3: Control versions of indicators and experts based on property version :: Text to be add
$txtADD = "', ''"

# Step 1.3.4: Control versions of indicators and experts based on property version :: Read entire file
$Lines = Get-Content -Path $FileToCorrect

# Step 1.3.5: Control versions of indicators and experts based on property version :: Add the information need
$Lines[$Line - 1] += $txtADD

# Step 1.3.4: Control versions of indicators and experts based on property version :: Write the updated lines back to the file
$Lines | Set-Content -Path $FileToCorrect

# Step 1.3: Control versions of indicators and experts based on property version :: Stop this script
$sh = New-Object -ComObject "Wscript.Shell"
$sh.Popup("The creation of this task schedule task is conclude", 2, "www.forex-station.com", 0 + 64)

}


I hope you enjoy that one

Statistics: Posted by Curioso — Fri May 03, 2024 8:31 am — Replies 2 — Views 222


]]>
2024-05-03T08:23:02+10:00 2024-05-03T08:23:02+10:00 https://forex-station.com/post1295540621.html#p1295540621 <![CDATA[Trader's Lounge • Best of Don The Con]]>
iframe

Statistics: Posted by JohnnyRy — Fri May 03, 2024 8:23 am — Replies 156 — Views 5911


]]>
2024-05-03T07:58:16+10:00 2024-05-03T07:58:16+10:00 https://forex-station.com/post1295540620.html#p1295540620 <![CDATA[Trader's Lounge • This guy has made some serious discoveries]]>
iframe

Statistics: Posted by JohnnyRy — Fri May 03, 2024 7:58 am — Replies 1 — Views 115


]]>
2024-05-03T06:01:47+10:00 2024-05-03T06:01:47+10:00 https://forex-station.com/post1295540619.html#p1295540619 <![CDATA[Trading Systems • 🪲Beatle's Trend Trading System🪲]]> Statistics: Posted by BillyIdol — Fri May 03, 2024 6:01 am — Replies 4052 — Views 1062258


]]>
2024-05-03T05:58:14+10:00 2024-05-03T05:58:14+10:00 https://forex-station.com/post1295540618.html#p1295540618 <![CDATA[Trading Systems • XARD - Simple Trend Following Trading System]]>
possible long ;)
Screenshot 2024-05-02 172002.png

Statistics: Posted by Redman — Fri May 03, 2024 5:58 am — Replies 15114 — Views 3725505


]]>
2024-05-03T05:35:30+10:00 2024-05-03T05:35:30+10:00 https://forex-station.com/post1295540617.html#p1295540617 <![CDATA[MT4 Indicators • Heiken Ashi Type Indicators]]>
kvak, do you know of a MT5 version that is similar to this beauty? Ive looked high and low and striking out.
Hello, I don't see any MT5 version.

Statistics: Posted by kvak — Fri May 03, 2024 5:35 am — Replies 767 — Views 322693


]]>
2024-05-03T05:31:38+10:00 2024-05-03T05:31:38+10:00 https://forex-station.com/post1295540616.html#p1295540616 <![CDATA[MT4 Indicators • Jurik Volty MT4]]>
Further to previous post JVB request , I notice that if I place two JVB indicators on the same chart, current TF and Higher TF , that they seem to interfere with each other. I can only select one of the indicators with the existing 'dots' , if I try to select both indicators with dots/alerts it overrides the previous one. ie whichever has settings made last , overrides the other??? Any way to resolve this issue?? Thanks again.
Here is version with multiple arrows/alerts.
opera_djE2Z9whj1.png

jurik volty bands (separate) 1.2.ex4Downloaded 17 times 482.51 KiB

Statistics: Posted by kvak — Fri May 03, 2024 5:31 am — Replies 74 — Views 35880


]]>
2024-05-03T04:31:20+10:00 2024-05-03T04:31:20+10:00 https://forex-station.com/post1295540614.html#p1295540614 <![CDATA[MT4 Indicators • Something interesting please post here (Metatrader)]]> REQUEST: If the divergence lines were drawn it would be a really great indi.
REQUEST: If the fast line was to give an on-screen signal (line/arrow) when it crossed zero then this would be of great help.
in live trading it does, remarkably, live up to its name as a 'forecaster'.
If anyone does use this indicator there are 3 very important things to look out for:-
1. when the fast (DodgerBlue/Black) lines cross the lime area it is always (so far) a safe exit.
2. when the lime histos and darkblue histos are between the levels +0.5 and -0.5 it is a sideways movement.
3. when the fast (DodgerBlue/Black) lines crosses zero it is a very accurate signal (that is why a signal or alert is needed).
4. As I said the divergence does not work but if it is as good as the rest of the indicator it will be a very useful tool
Every time it is refreshed the indi recalculates - but it does not repaint in live trading.
I'd be interested to hear how this indicator is so accurate if anyone has any insight.
Thanks
TEAMTRADERJoeChalhoub_FXForecasterV2.mq4Downloaded 36 times 50.31 KiB

Statistics: Posted by TEAMTRADER — Fri May 03, 2024 4:31 am — Replies 3817 — Views 938689


]]>
2024-05-03T02:46:19+10:00 2024-05-03T02:46:19+10:00 https://forex-station.com/post1295540613.html#p1295540613 <![CDATA[Trading Journals • Strategy: 90% profit trading day on M5 or any other timeframe]]> Live Entry (Nas100)
affd.png

Statistics: Posted by REDntense — Fri May 03, 2024 2:46 am — Replies 97 — Views 10197


]]>
2024-05-03T02:09:21+10:00 2024-05-03T02:09:21+10:00 https://forex-station.com/post1295540611.html#p1295540611 <![CDATA[MT4 Indicators • Jurik Smoothed Indicators for MT4]]>
Yeah, exe will be very fine.... thanks Mr. Toolz
Added divergence alerts.1rsxBO2 (mtf + alerts).ex4Downloaded 21 times 83.74 KiB

Statistics: Posted by mrtools — Fri May 03, 2024 2:09 am — Replies 564 — Views 160016


]]>
2024-05-03T01:54:04+10:00 2024-05-03T01:54:04+10:00 https://forex-station.com/post1295540609.html#p1295540609 <![CDATA[Forex Education • PF above 1.6]]> under 1.6 and you will have breakeven system at best

so I thought a lot about it, and I realized that if you have a system that makes small profits again and again, it won't work live, because trades live aren't as perfect as on paper (slippage ,requotes, differences in price execution)

so to do so, we need to make trades that are long (in bars). I would say maybe 20 - 50 bars for 1 trade

but now that I realized that, I don't understand how it's possible to predict a trade that is that long

it seems impossible to me

the prerequisite being that, a longer a trade is (in bars) the harder it is to get a winning trade
for example, if you got a random system with a TP of 15 points, and a SL of 1000 points, you will have a very high winrate.

so the bigger and bigger the TP, the harder it is to predict, right ? makes sense ?

but then HOW

how is it possible to predict at such a distance ?

i'm lost guys, thanks for any help

Jeff

Statistics: Posted by ionone — Fri May 03, 2024 1:54 am — Replies 0 — Views 73


]]>
2024-05-03T01:01:42+10:00 2024-05-03T01:01:42+10:00 https://forex-station.com/post1295540608.html#p1295540608 <![CDATA[MT4 Indicators • MT4 Indicator requests and ideas]]>
Can anyone help me find where this
I think it's Jurik Vortex indicator.

Statistics: Posted by boytoy — Fri May 03, 2024 1:01 am — Replies 20413 — Views 4985801


]]>
2024-05-03T01:00:31+10:00 2024-05-03T01:00:31+10:00 https://forex-station.com/post1295540607.html#p1295540607 <![CDATA[Commercial Services & Offers • $100 Up Down V6 indicator]]> 15 m chart
EURUSDM15.png

Statistics: Posted by guner — Fri May 03, 2024 1:00 am — Replies 1021 — Views 80455


]]>
2024-05-03T00:29:26+10:00 2024-05-03T00:29:26+10:00 https://forex-station.com/post1295540605.html#p1295540605 <![CDATA[Trading Journals • EMA 9, 20 magnet, using levels and "feel" of the price I finally finding my edge]]>
Snimak ekrana (948).png

Snimak ekrana (947).png

Snimak ekrana (946).png

Statistics: Posted by charli — Fri May 03, 2024 12:29 am — Replies 791 — Views 38227


]]>
2024-05-03T00:10:06+10:00 2024-05-03T00:10:06+10:00 https://forex-station.com/post1295540604.html#p1295540604 <![CDATA[Broker Talk • Can no longer log into IC Markets Global]]>
Hey,

I live in Europe and registered with IC Markets Global a long time ago because I wanted to trade with 1:500 leverage.

When I want to log in now, I am redirected directly and without detours to IC Markets EU, where unfortunately I can only have 1:30 leverage. I can't click on anything other than "continue"

Has IC Markets Global stopped working with clients from Europe?

The employee in the chatbox could not help me. :roll:

Does anyone else have this problem?
Hello Samoth,

Can you go in private mode in your browser an go to: https://secure.icmarkets.com

Attention, in the icmarkets now is necessary login with 2fa authentication.

Statistics: Posted by Curioso — Fri May 03, 2024 12:10 am — Replies 1 — Views 97


]]>