FXsalt , www.fxsalt.com

Oferta brokererów rynku walutowego Forex oraz opinie użytkowników na ich temat.
Awatar użytkownika
tyler_durden
Gaduła
Gaduła
Posty: 250
Rejestracja: 25 lut 2012, 13:20

Re: FXsalt , www.fxsalt.com

Nieprzeczytany post autor: tyler_durden »

Luka w czasie sesji ? WTF ??

Obrazek
ciągle głupi ...

Awatar użytkownika
mdmainside
Gaduła
Gaduła
Posty: 125
Rejestracja: 04 lut 2011, 17:11

Re: FXsalt , www.fxsalt.com

Nieprzeczytany post autor: mdmainside »

tyler_durden pisze:Luka w czasie sesji ? WTF ??

Obrazek
Problemy z serwerami w USA :) info na e-mail wysyłali

Awatar użytkownika
Akhh
Maniak
Maniak
Posty: 2160
Rejestracja: 08 wrz 2008, 18:43

Re: FXsalt , www.fxsalt.com

Nieprzeczytany post autor: Akhh »

Niestety dość specyficzna sytuacja, a rzeczywiście trzeba im oddać to, ze informowali na bieżąco o problemach.
Tak czy tak lepiej odpuścić dzisiaj.
Comparic - Codzienne informacje z rynku Forex, GPW.
Analizy, wywiady, statystyki rynkowe, ciekawostki, Forex na Żywo.
Od Traderów dla Traderów

Awatar użytkownika
Helium
Gaduła
Gaduła
Posty: 291
Rejestracja: 04 kwie 2011, 13:02

Re: FXsalt , www.fxsalt.com

Nieprzeczytany post autor: Helium »

Nie mogę złozyć zlecenia oczekującego. Rynek zamknięty. Wtf??

-- Dodano: śr 07-11-2012, 0:07 --

Nie mozna złożyć żadnego zlecenia. Ja pierdole....
Gółwnie elektronika :fuckyou2: :fuckyou2: :509: :516:

tomp76
Bywalec
Bywalec
Posty: 9
Rejestracja: 05 sie 2012, 17:48

Re: FXsalt , www.fxsalt.com

Nieprzeczytany post autor: tomp76 »

Może czas na zmianę brokera :)

Awatar użytkownika
Akhh
Maniak
Maniak
Posty: 2160
Rejestracja: 08 wrz 2008, 18:43

Re: FXsalt , www.fxsalt.com

Nieprzeczytany post autor: Akhh »

Wszelkie problemy na FxSlat były związane z tym nieszczęsnym huraganem.
Comparic - Codzienne informacje z rynku Forex, GPW.
Analizy, wywiady, statystyki rynkowe, ciekawostki, Forex na Żywo.
Od Traderów dla Traderów

Patton
Bywalec
Bywalec
Posty: 12
Rejestracja: 21 kwie 2012, 10:45

Re: FXsalt , www.fxsalt.com

Nieprzeczytany post autor: Patton »

Skoro już istnieje wątek o tej platformie to chciałbym zadać następujące pytanie. Czy wiecie może jak na tej platformie usunąć część pozycji? Też fajnie byłoby wiedzieć czy jest opcja usunięcia wszystkich otwartych pozycji naraz.

MajorGC
Pasjonat
Pasjonat
Posty: 806
Rejestracja: 08 gru 2009, 22:39

Re: FXsalt , www.fxsalt.com

Nieprzeczytany post autor: MajorGC »

Patton pisze:Skoro już istnieje wątek o tej platformie to chciałbym zadać następujące pytanie. Czy wiecie może jak na tej platformie usunąć część pozycji? Też fajnie byłoby wiedzieć czy jest opcja usunięcia wszystkich otwartych pozycji naraz.
Jesli chodzi Ci o automatyczne zamykanie wielu pozycji na raz to nie tyle jest to ograniczenie ze strony FXSalt, co samego MT4. Poprostu sie nie da. Musisz klikac pojedynczo lub szukac wtyczek, ktore to zalatwia.

Mozesz skorzystac z tych wtyczek:

Jak je ustawic:

Zapozycze opis w jezyku angielskim z innego forum. Nie wiem czy moge zalaczyc link, do obcego forum wiec wklejam w cudzyslowie:
Scripts Setup

Before starting to use scripts, one has to set them up. Working parameters common for all scripts are stated in the terminal settings window. This window can be opened by the "Tools — Options" menu command or by pressing of accelerating keys of Ctrl+O. To set up script parameters, one has to open the "Expert Advisors" tab. Only five options influence the operation of scripts:
Allow live trading
Like experts, scripts can work in automated mode. They can both analyze price changes and trade. This option is intended for limiting of trading functions of scripts and expert advisors.
Ask manual confirmation
The "Ask manual confirmation" option is only activated if scripts are allowed to trade. If this option is enabled and the script tries to perform a trade operation, one will be able to either confirm it or stop it manually. In other words, manual confirmation allows to control over trading activities of experts and scripts.
Allow DLL imports
To have their functionalities enlarged, scripts can use DLLs. If this option is enabled, the libraries can be used without any limitations. If this option is disabled, no script will be able to use any external DLLs.
Confirm DLL function calls
This option can only be enabled if DLLs are allowed to be imported. It assist to control over each called function execution manually. If it is disabled, import from external libraries will not be controlled.
Allow external experts imports
If, at the script operation, there is a need to import functions from other expert or MQL4 libraries, this option must be enabled. If it is disabled, no script will be able to call functions from other MQL4 programs.
Launch of Scripts

After general parameters have been set up, the script can be launched. To do so, it is enough just to attach it to the chart. At that, of there is a "#property show_inputs" instruction in the program source code, the script setup window will appear automatically. In the "Common" tab of this window, one can:
positions — select direction of position opening:
Long&Short — both long and short;
Only Long — only to buy;
Only Short — only to sell.
Enable alerts — enable/disable script alerts;
Disable alert once hit — disable alerting after the first alert has been made;
Allow live trading — enable/disable live trading;
Ask manual confirmation — request for manual confirmation of position opening when performing trade operations;
Allow DLL imports — enable/disable importing of functions from DLL files;
Confirm DLL function calls — request for confirmation at each call of functions from DLL files;
Allow import of external experts — enable/disable calling of functions from external experts.
External variables of the script can be changed in the "Inputs" tab. They are variables of extern class. To change a parameter, one has to double-click with the left mouse button on its value and write the new one. At that, one can change the value of each variable or download the set of inputs already saved before (the "Load" button). One can save the current set of inputs with the button of the same name.
The "Reset" button returns all default settings. Parameters defined in the terminal settings are set in the "Common" tab. And parameters set in the source code of the program are defined as inputs. The script with the defined parameters can be confirmed by pressing of "OK" and canceled by pressing of button of the same name.
Attention: Unlike those of experts or custom indicators, special properties of the script are set only at its launch.
Script will be launched immediately after that. Double click with the left mouse button on the selected script in the "Navigator — Scripts" window or execution of the "Execute on Chart" command of the script context menu will attach the script to the active chart. The "Drag'n'Drop" technique will allow to attach the script to any chart. If the "Remove Script" command appears in the chart context menu, it means that script is working. This command is active only while this MQL4 program is working.

Attention: Only one script can be attached to a chart.

Script Shutdown

Normally, a script shuts down by itself. But it can be removed manually. At that, it must be deinitialized first and then rolled out from the memory. To remove a script from the chart, one has to execute the chart contest menu "Remove Script" command or attach another script to the chart. Besides, a script will be removed from the chart after symbol or timeframe has been changed.

Attention:
all scripts will be removed after terminal has been shut down;
removing of script from the "Navigator" window will not shut down the MQL4 program of the same name imposed in the chart.
Z forum "FF"
Jesli naruszam jakies prawa autorskie, prosze mnie o tym poinformowac i usunac ten wpis.
Nie masz wymaganych uprawnień, aby zobaczyć pliki załączone do tego posta.
"Zanim zareagujesz - pomyśl, zanim wydasz - zarób, zanim sie poddasz - spróbuj." Ernest Hemingway

connor
Bywalec
Bywalec
Posty: 6
Rejestracja: 26 mar 2012, 20:49

Re: FXsalt , www.fxsalt.com

Nieprzeczytany post autor: connor »

Witam,mam do was pytanko.Postanowilem cos zagrac na rzeczywistym rachunku wreszcie.Jednak naszlo mnie na szereg pytan do fxsalt i na jedno z nich odnośnie składu zarządu dostałem odpowiedz,w zarządzie zasiada Bundock family.
Nie mogę o nich znaleźć nic na internecie a tymbardziej powiązań z fxsalt.I tu moje pytanie czy ktoś kto ma u nich konto realne z pokaźną kwotą pieniedzy(kilka-kilkanascie tysiecy) nie pytał ich badz nie zastanawial sie czy te pieniadze są tam bezpieczne i do kogo sie udac w razie problemow z wyplatami badz nie uwzglednionymi reklamacji typu bad tick?
Jest jeszcze jedna kwestia,gdzies czytalem ze kazdy broker oferuje zabezpiecznie pozycji poza margin callem i SL w razie niefortunnego zdarzenia w wekend typu skok waluty na tyle duzy zeby mozna bylo zminusowac majac otwarte pozycje i wtedy konto sie po prostu zeruje... Natomiast panowie z fxsalt mi napisali ze u nich takiego czegos nie ma i jesli mam otwarte pozycje przez wekend to moze sie zdarzyc ze bede mial w niedziele wieczorem minus i bede to musial wyrownac... mieliscie tego swiadomosc badz unikacie zostawiania pozycji na wekend?

Awatar użytkownika
Akhh
Maniak
Maniak
Posty: 2160
Rejestracja: 08 wrz 2008, 18:43

Re: FXsalt , www.fxsalt.com

Nieprzeczytany post autor: Akhh »

Nie znam brokera, który zabezpiecza pozycje przed lukami weekendowymi. Jak masz pozycję otwartą na rynku to zawarłeś ją z kimś - w przypadku brokera STP/ECN nie z brokerem. Dlatego takie zabezpieczenie byłoby po prostu stratą dla brokera.
Inaczej jeśli chodzi o stratę w czasie sesji wtedy po określonej dopuszczonej stracie pozycje zamkną się przed dotarciem equity do 0.
FxSalt to prywatne przedsięwzięcie, jak i większość brokerów.
Z wypłatami nigdy u nich nie było problemu, jak również z reklamacjami. Tutaj akurat broker jest jednym z najlepiej i najszybciej działających.
Rozwijają się i raczej o kasę byłbym spokojny.

U mnie na stronie znajdziesz wywiad z nimi jeśli chcesz przeczytać troszkę więcej.
Comparic - Codzienne informacje z rynku Forex, GPW.
Analizy, wywiady, statystyki rynkowe, ciekawostki, Forex na Żywo.
Od Traderów dla Traderów

ODPOWIEDZ